Skip to content

Replace manual git shell-outs with ruby-git#10

Merged
neilvcarvalho merged 2 commits into
mainfrom
nc/ruby-git
May 25, 2026
Merged

Replace manual git shell-outs with ruby-git#10
neilvcarvalho merged 2 commits into
mainfrom
nc/ruby-git

Conversation

@neilvcarvalho
Copy link
Copy Markdown
Member

No description provided.

Similarly to how this action used `gh` for GitHub interactions, it also
runs the `git` CLI for Git interactions.

This commit replaces that usage for the `ruby-git` gem. The `git` CLI
usage wasn't problematic per se, since `ruby-git` just wraps the CLI,
but using it avoids a class of problems when creating commit messages
that need to be escaped.
@neilvcarvalho neilvcarvalho marked this pull request as ready for review May 25, 2026 14:15
@neilvcarvalho neilvcarvalho merged commit 36b3ee5 into main May 25, 2026
7 checks passed
@neilvcarvalho neilvcarvalho deleted the nc/ruby-git branch May 25, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant